diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-02 16:07:53 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-02 16:07:53 +0800 |
commit | 54feddbd2fe7f70259da002e1a43289c6abb7c9a (patch) | |
tree | caa3b8973021ed44e26385d90f80f2e593deaf6d /x11-toolkits/rep-gtk | |
parent | 5cf167c95c59b5091767832458d8ac3d2bcb2870 (diff) | |
download | freebsd-ports-gnome-54feddbd2fe7f70259da002e1a43289c6abb7c9a.tar.gz freebsd-ports-gnome-54feddbd2fe7f70259da002e1a43289c6abb7c9a.tar.zst freebsd-ports-gnome-54feddbd2fe7f70259da002e1a43289c6abb7c9a.zip |
Reflect new location of librep (LOCALBASE --> X11BASE). Bump PORTREVISION to
make clear that update is necessary.
Diffstat (limited to 'x11-toolkits/rep-gtk')
-rw-r--r-- | x11-toolkits/rep-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index bd410bc84c48..4d4768ca4906 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -7,6 +7,7 @@ PORTNAME= rep-gtk PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,6 +27,7 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config PLIST_SUB= GNUHOST=${ARCH}--freebsd${OSREL} +USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes .if defined(WITHOUT_GNOME) |