diff options
Diffstat (limited to 'x11/libcapplet/Makefile')
-rw-r--r-- | x11/libcapplet/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/libcapplet/Makefile b/x11/libcapplet/Makefile index b31e284..b27d814 100644 --- a/x11/libcapplet/Makefile +++ b/x11/libcapplet/Makefile @@ -3,11 +3,11 @@ # Whom: Maxim Soboleb <sobomax@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/x11/libcapplet/Makefile,v 1.4 2006/10/07 19:06:46 ahze Exp $ PORTNAME= libcapplet PORTVERSION= 1.4.0.5 -PORTREVISION= 3 +PORTREVISION= 7 CATEGORIES= x11 gnome MASTER_SITES= http://people.freebsd.org/~sobomax/ DIST_SUBDIR= gnome @@ -16,11 +16,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A library for writing custom applets for GNOME Control Center USE_BZIP2= yes -USE_X_PREFIX= yes USE_GNOME= gnomelibs -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GETOPT_LONG=yes -MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= X11BASE="${LOCALBASE}" LOCALBASE="${LOCALBASE}" LDFLAGS="${LDFLAGS}" .include <bsd.port.pre.mk> |