* Add a missing dependency on popt [1]
* Convert to new GNOME infrastructure Reported by: bento [1]
This commit is contained in:
parent
870e43b3cb
commit
7f203fae3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78775
2 changed files with 6 additions and 6 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gucharmap
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
|
||||
|
@ -15,13 +16,12 @@ DIST_SUBDIR= gnome2
|
|||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= A Unicode/ISO10646 character map and font viewer
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomehack
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gucharmap
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4
|
||||
|
@ -15,13 +16,12 @@ DIST_SUBDIR= gnome2
|
|||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= A Unicode/ISO10646 character map and font viewer
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomehack
|
||||
USE_GNOME= gnomeprefix gnomehack gtk20
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_REINPLACE= yes
|
||||
|
|
Loading…
Reference in a new issue