diff options
Diffstat (limited to 'x11/idesk/Makefile')
-rw-r--r-- | x11/idesk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 561fb269f8e4..e4a8ae40e0fb 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Place launch icons and background directly on your desktop -LIB_DEPENDS= libXft.so:${PORTSDIR}/x11-fonts/libXft \ - libImlib2.so:${PORTSDIR}/graphics/imlib2 +LIB_DEPENDS= libXft.so:x11-fonts/libXft \ + libImlib2.so:graphics/imlib2 GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf @@ -29,7 +29,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= README SHAPE_CONFIGURE_ENABLE= shape -SN_LIB_DEPENDS= libstartup-notification.so:${PORTSDIR}/x11/startup-notification +SN_LIB_DEPENDS= libstartup-notification.so:x11/startup-notification SN_CONFIGURE_ON= --enable-libsn do-install: |